Skip to content

Stylelint shareable config for XO with 2-space indent

License

Notifications You must be signed in to change notification settings

xojs/stylelint-config-xo-space

Repository files navigation

stylelint-config-xo-space

Stylelint shareable config for XO with 2-space indent

Install

npm install --save-dev stylelint-config-xo-space

Usage

Add this to your Stylelint config:

{
	"extends": "stylelint-config-xo-space"
}

Related